var crypto/x509.oidSignatureEd25519
4 uses
crypto/x509 (current package)
x509.go#L341: oidSignatureEd25519 = asn1.ObjectIdentifier{1, 3, 101, 112}
x509.go#L378: {PureEd25519, "Ed25519", oidSignatureEd25519, Ed25519, crypto.Hash(0) /* no pre-hashing */},
x509.go#L407: if ai.Algorithm.Equal(oidSignatureEd25519) {
x509.go#L1437: sigAlgo.Algorithm = oidSignatureEd25519
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |